![]() |
StillDown |
||||
Header: | Events.h | Carbon status: | Supported | |
After receiving a mouse-down event, you can use the StillDown function to determine if the mouse button is still down.
Boolean StillDown ();
The StillDown function looks in the Operating System event queue for a mouse event. If it finds one, the StillDown function returns false. If it does not find any mouse events pending in the Operating System event queue, the StillDown function returns true.
Supported in Carbon. Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.
© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)